*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Sat, 25 Aug 2007 14:09:24 +0000 (14:09 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 25 Aug 2007 14:09:24 +0000 (14:09 +0000)
lisp/ChangeLog

index a0631186f7c8ea7cf282a5d16c951d91e2e02a9f..0d334e054ffec7610aa70a6cc3a2b7a3d79ce71e 100644 (file)
@@ -1,3 +1,20 @@
+2007-08-25  Juri Linkov  <juri@jurta.org>
+
+       * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
+
+       * image-mode.el: Add autoloads to put associations in auto-mode-alist:
+       associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
+       "\\.svgz?\\'" with xml-mode and image-mode-maybe.
+
+       * image.el (image-type-header-regexps): Use more complex regexp for svg.
+       (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
+       (image-type-auto-detectable): Add (svg . maybe).
+
+       * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
+       to treat it like .tgz.
+
+       * calendar/cal-bahai.el: Add file coding cookie.
+
 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * pcvs.el (cvs-query-directory): Only prompt when prefix is given.